home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2006 October
/
wn148cd2.iso
/
Windows
/
Travailler
/
QuickZip
/
quickzip_460013.exe
/
{app}
/
quickzip.chm
/
cshelp.txt
< prev
next >
Wrap
Text File
|
2005-10-02
|
3KB
|
127 lines
.topic 0
ContentArray = array of Contenttype
type ContentType = packed record
_FileRatio: Word;
_FileIcon: Word;
_Tag:Word;
_FileSize : LongWord;
_FilePackedSize: LongWord;
_FileTime: TDatetime;
_FileCRC: string;
_FileName:string;
_FileFullPath:string;
_FileDefPath:string;
_FileArchive: String;
_Filetype: string;
_Encrypted:Boolean;
_Selected: Boolean;
end;
.topic 0
type TCMsgEvent = procedure(Sender: TObject; CErrCode, ErrCode: Integer; Msgtype: MessageType; Message: string) of object;
Description
CErrCode
Errcode from the archive component (or DLL)
ErrCode
Standardized Errcode.
Msgtype
Different types of message.(Msg_OK, Msg_Error, Msg_Warning, Msg_Unknown)
Message
Error Message
.topic 0
Setting : General : Miscellaneous page.
Option
Meaning
Reuse Windows
Use same window when open archive (by d-click an archive on Explorer).
Startup Page
Page to show when Quick Zip Start up.
Default Page after archiveopened
Page to show after opened an archive.
.topic 0
Setting : General : Translation page.
A list of translation is available on this page.
Option
Meaning
Import Translation
Use same window when open archive (by d-click an archive on Explorer).
.topic 0
Setting : Interface : Skins and Fonts page.
Option
Meaning
Main font
Quick Zip will use this font as the default font.
Toolbar Bitmap
You can specify the main toolbar skin here.
Menu Toolbar Bitmap
You can specify the menu toolbar skin here.
.topic 0
Setting : Interface : Toolbar and File List page.
You can configure to show which Tool button on the main screen.
Option
Meaning
To Add a button
Double click item on the list
To Remove a button
Click Delete Last button (if it's in middle you have to click multiple times to remove all).
.topic 0
Archive
Files compressed into a single file named Archive.
The Advantages of using archive to transfer files or store are :
Smaller result file - Because file are compressed.
Easier to Manage - Because all files are compressed into a single file.
More Secure - Some archive type support encryption to protect your data.
So most file over the internet are compressed into archive.
The most common archive type on the internet is Zip, even although the compression rate is sometimes lower than other format.
.topic 0